home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / dev / asm / AmigaGS-Dev.lha / AmigaGS / Docs / MacroDocEnglish.Asc < prev   
Encoding:
Text File  |  2000-04-26  |  916 b   |  29 lines

  1. ****************************************
  2. *                                      *
  3. *        Amiga Game Studio 0.1c        *
  4. *                                      *
  5. ****************************************
  6.  
  7. Macros Documentation :
  8. ----------------------
  9.  
  10.     InitDisplay            : Send you to AGS Display.
  11.     CloseDisplay        : Be back to Workbench display.
  12.     WaitVbl                : No comments.
  13.     RefreshCopper        : If you modify copper list.
  14.     SetColor RG,R,G,B    : Set a color
  15.  
  16.     InitLib    LIBBASE        : Initialize a library.
  17.     LibCall LIBBASE,FCT    : Call a functino from a library.
  18.  
  19.     ReserveChip BK,SIZE    : Reserve differents memory banks.
  20.     ReserveFast ...        : 
  21.     ReservePublic ...    :
  22.     Reserve24BitDMA ...    :
  23.     EraseBank DK        : Erase a memorized bank.
  24.     EraseAllBanks        : Erase ALL memorized banks.
  25.  
  26.     ScreenOpen SC,X,Y,D    : Open a screen SC, X/Y are sizes , D=Depth
  27.     ScreenClose SC        : Close a previously opened screen.
  28.     CurrentScreeBase    : Sane Screen base in A0.
  29.